﻿

.box-style2{
line-height: 46px;
font-size: 14px;
color: #333;
background: #fcfcfc;
border: 1px solid #eee;
margin-bottom: 17px;
padding: 16px;
border-radius: 10px 30px 10px 30px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

.box-style2 .fa{
font-size: 24px;
margin-right: 15px;
color: #eee;
width: 45px;
height: 45px;
float: left;
text-align: center;
line-height: 46px;
border-radius: 50%;
overflow:hidden
}

.box-style2 p{
    overflow:hidden;
    margin-bottom:0;
    /*line-height:1.6*/
}

.box-style2 .fa.bg1{
    background: #7c3694;
}

.box-style2 .fa.bg2{
    background: #1496cc;
}

.box-style2 .fa.bg3{
    background: #58ad5d;
}

.box-style2 .fa.bg4{
    background: #fcb71c;
}

.box-style2 .fa.bg5{
    background: #f45524;
}

.box-style2 .fa.bg6{
    background: #a41e48;
}

.box-style2 .fa.bg7{
    background: #3c5eac;
}

.box-style2 .fa.bg8{
    background: #ccde34;
}

.box-style2 .fa.bg10{
    background: #fd4ea5;
}

.box-style2 .fa.bg11{
    background: #ec3224;
}


@media only screen and (min-width: 1024px) and (max-width: 1280px){
  .box-style2 p {
    line-height: 1.6;
}
  .box-style2{
      min-height: 87px;
  }

}